home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 11 / FM Towns Free Software Collection 11.iso / t_os / tool / dolmorph / src / morphgo.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-03  |  325 b   |  14 lines

  1. #include "domorph.h"
  2.  
  3. #ifndef    MODULE_MORPHGO
  4.     extern    int    idMorphSucceedWin ;
  5.     extern    int    idMorphSucceedMsg ;
  6. #endif
  7.  
  8. int init_morphgo(void);
  9. void end_morphgo(void);
  10. int    morphgo_checkExecMorph(int type);
  11. void morphgo_execMorph(int type);
  12. int morphgo_getBackImagePixel(int x,int y);
  13. int morphgo_getBackFlag(void);
  14.